home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / gas / config / te-sco38.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-31  |  285 b   |  9 lines

  1. /* Machine specific defines for the SCO Unix V.3.2 ODT */
  2. #define scounix
  3.  
  4. /* Local labels start with a period.  */
  5. #define LOCAL_LABEL(name) (name[0] == '.' \
  6.                            && (name[1] == 'L' || name[1] == '.'))
  7. #define FAKE_LABEL_NAME ".L0\001"
  8. /* end of te-sco386.h */
  9.